home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap05 / howto03 / ccfmgr29.exe / 0 / RCDATA / TPRINTPREVIEWFORM / TPRINTPREVIEWFORM.txt
Encoding:
Text File  |  1996-06-11  |  914 b   |  51 lines

  1. object PrintPreviewForm: TPrintPreviewForm
  2.   Left = 87
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Preview Form'
  7.   ClientHeight = 561
  8.   ClientWidth = 394
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object BitBtn1: TBitBtn
  17.     Left = 152
  18.     Top = 520
  19.     Width = 89
  20.     Height = 33
  21.     TabOrder = 0
  22.     Kind = bkClose
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 377
  28.     Height = 505
  29.     BevelOuter = bvNone
  30.     Caption = 'Panel1'
  31.     Color = clBlack
  32.     TabOrder = 1
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 377
  38.     Height = 505
  39.     BevelOuter = bvNone
  40.     Color = clWhite
  41.     TabOrder = 2
  42.     object Image1: TImage
  43.       Left = 8
  44.       Top = 8
  45.       Width = 105
  46.       Height = 105
  47.       Stretch = True
  48.     end
  49.   end
  50. end
  51.